Question
This article provides the steps to enable a repository on RHEL-based systems.
Answer
- Access the server's command line as the root user via SSH or Terminal in WHM.
Run the following command:
Note: "$repo_id" must be replaced with the repository identifier.
CentOS & CloudLinux 7# yum-config-manager --enable $repo_id
AlmaLinux & CloudLinux 8/9# dnf config-manager --set-enabled $repo_id
Comments
0 comments
Article is closed for comments.